home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / blrmu13.zip / BCR.DOC < prev    next >
Text File  |  1993-06-01  |  610b  |  21 lines

  1. *--------------------------------
  2. *   BCR.DOC
  3. *--------------------------------
  4. *   BCR = Batch Carriage Return
  5. *--------------------------------
  6.  
  7.     BCR is a program for use in batch files
  8.     to cause multiple CR,LF's; usually for spacing purposes
  9.     on the screen, such as between menus, informative echo lines, etc.
  10.  
  11.     syntax :
  12.               BCR         ( 1 CR, LF )
  13.               BCR n       ( 1 - 9 CR, LF's )
  14.               BCR nn      ( 1 - 25 CR, LF's )
  15.  
  16.     if n is < 1 or n > 9 then n is set to 1
  17.     if nn is < 01 or nn > 25 then nn is set to 1
  18.  
  19.    Bud Rasmussen
  20.    10/21/91
  21.